@charset "utf-8";
/* CSS Document akakaz */

@font-face {
	font-family: "zb";
	src: url('../font/庞门正道粗书体.ttf');
  }

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
	max-width: 100%;
	transition: 0.3s;
}
a, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}
.mores:visited{
	color: #fff;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#fff;
}
:-moz-placeholder{
caret-color:#fff;
}
::-moz-placeholder{
	color:#fff;
}
:-ms-input-placeholder{
flood-color:#fff;
}
.mes-form ::-webkit-input-placeholder{
	color:#333;
}
.mes-form :-moz-placeholder{
caret-color:#333;
}
.mes-form ::-moz-placeholder{
	color:#333;
}
.mes-form :-ms-input-placeholder{
flood-color:#333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #eb5b02 inset; 
	-webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height:6px;
  }
  ::-webkit-scrollbar-track {
	background: #fff;
  }
  ::-webkit-scrollbar-thumb {
	background: #eb5b02;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #eb5b02;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #eb5b02;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.crumbs a,.crumbs{
	font-size: 16px;
}
.crumbs{
	padding-top: 1%;
	padding-bottom: 2%;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{
	overflow: hidden;
}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.inpage{
	padding-top: 1%;
}
.container{width: 1300px;}
/*header*/



.headtop{
	width: 100%;
    max-width: 1920px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
	background-color: #333;
}

.headtop a{
	color: #fff;
	transition: 0.3s;
}
.headtop a:hover{
	color: #f5c300;
}
.header{
	height: 100px;
	position: relative;
	z-index: 10;
}
header .webtit{
	border-left: 2px solid #bbbbbb;
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
}
header .webtit>p:last-child{
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
header .webtit>p span{display: inline-block;border-radius: 8px;color: #fff;padding: 6px 10px;background-color: #eb5b02; width: 30%;text-align: center;}
header .tel{font-family: fantasy,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;font-size: 22px;font-weight: bolder;    margin-top: 25px;display: block;}
header .tel img{display: inline-block;margin-right: 8px;}
nav{
	background-color: #eb5b02;
}
.mainbav>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.mainbav>li>a{display: block;color: #333333;font-size: 16px;line-height: 52px; transition: 0.3s;}



.subnav{
	width: 100%;
	position: absolute;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{	width: 100%;background-color: #eb5b02;border-bottom: 1px solid #bbbbbb;transition: 0.3s;}
.subnav li a{
	color: #fff;
	padding: 15px 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	background-color: #eb5b02;
	transition: 0.3s;
}
/* nav */
.nav{ height: auto; }
.nav li{ width: 25%; float: left; text-align: center;	transition: 0.3s;}
.nav>li>a{
	display: block;
	width: 100%; line-height: 100px;
	font-size: 18px;
	padding: 0;
	position: relative;
	transition: 0.3s;
}
.nav li a span{font-size: 12px;}

.nav li a::after{
	content: "";
	display: block;
	width: 50%;
	margin: auto;
	border: 2px solid #fff;
	margin-top: -16%;
	transition: 0.3s;
}

.nav li.on>a{color: #eb5b02;}
.nav li.on>a::after{border: 2px solid #eb5b02;}
.nav>li:hover>a{color: #eb5b02;background-color: transparent;}
.nav>li:hover>a::after{border: 2px solid #eb5b02;}

#nav li .navson{display: none;  position: absolute; /*left: 0; top:100%;*/ z-index: 99999;left: 50%;margin-top: 12%; width: 150%;transform: translateX(-50%);}
#nav li .navson .navson_nr .hei{ background:rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.2); padding: 3%;}
#nav li .navson dl{text-align: center;}
.nav li .navson a::after{display: none;}
#nav li .navson dl dt{ font-weight: normal; font-size: 14px; height: 43px; line-height: 43px!important; position: relative; 

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#nav li .navson dl dt a{ color: rgba(0,0,0,0.8) !important; background: none!important; border-left: none; line-height: 30px; text-indent: 10px; text-align: left; padding-top: 10px!important; font-size: 16px;}
#nav li .navson dl dt:before{ position: absolute; left: 0; bottom: 0; width: 0; height: 1px; content: ''; background: rgba(179,179,179,0.9); transition: 0.3s;}
#nav li .navson dl dt:hover:before{ width: 100%;}
/* #nav li .navson .pic{ float: right; text-align: left!important; width: 70%; padding-bottom: 30%; position: relative;  } */
/* #nav li .navson .pic img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; position: absolute; } */
/* #nav li .navson .pic:before{ position: absolute; left: -10%; top: 0; content: ''; width: 1px; height: 100%; background: rgba(179,179,179);} */
.mylogo a{display: block;position: relative;}
.mylogo a img{position: absolute;left: 50%;transform: translateX(-50%);max-width: 100%;}



/* banner */
.banner{
	width: 100%;
    /* height: 660px; */
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 35%;
}
.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{overflow: hidden;}
.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/* bannerend */
/* serverobj */
.serverobj{padding: 2.3%  0;}
.serverobj .tel{
	color: #eb5b02;
	font-size: 25px;
	font-weight: bold;
}
.tit{
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.tit span{
	font-size: 34px;
	color: #eb5b02;
}
.tit h3{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 9%;
}
.mores{
	display: inline-block;
	color: #fff;
	border-radius: 35px;
	padding: 11px 13%;
	margin-top: 15px;
	transition: 0.3s;
	background-color: #eb5b02;
	border: 1px solid #eb5b02;
}
.mores:hover{
	color: #eb5b02;
	border: 1px solid #eb5b02;
	background-color: #fff;
}
.procard a{
	width: 90%;
	margin: auto;
	display: block;
	text-align: center;
}
.procard .imgbox{
	width: 85%;
	max-width: 173px;
	margin: 5% auto;
	border-radius: 50%;
}
.procard .imgbox img{
	width: 100%;
}
.procard a h3{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	line-height: 35px;
	text-overflow: ellipsis;
}
.procard a p{
	color: #666;
	line-height: 35px;
	font-size: 16px;
}
.case .tit{
	font-size: 50px;font-weight: 400;line-height: 2.5;
	margin-top: 4%;
}
.case .tit span{font-size: 50px;font-weight: 400;}
.case .tit h3{margin-bottom: 3.5%;}
.case .cons{padding-left: 6%;font-size: 18px;color: #6d6d6d;line-height: 30px;}
.caselist a{
	margin-top: 30px;
	display: block;
	width: 90%;
	float: right;
}
.caselist a h3{
	color: #000;
	font-size: 22px;
	margin-top: 15px;
}
.casebg{
	position: absolute;
	width: 50%;
	height: 100%;
}
.casebg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
	color: #eb5b02;
}
.banner .swiper-pagination-bullet-active{
	background-color: #eb5b02;
}




.title{
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.title p{
	color: #999999;
	font-size: 30px;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bolder;
	text-transform: uppercase;
}
.title h3{
	color: #eb5b02;
	font-weight: bolder;
	font-size: 30px;
	margin: auto;
	position: relative;
}
.title span{
	color: #9fa2b4;
	font-size: 16px;
	line-height: 3;
	display: inline-block;
}

#eovn .swiper-slide img{
	width: 100%;
	height: 245px;
	object-fit: cover;
}
/* product */
/* .title h3::before{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #eb5b02;margin-right: 4%;} */
/* .title h3::after{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #eb5b02;margin-left: 4%;} */
.procls ul{overflow: hidden;text-align: center; margin-bottom: 25px;}
.procls ul li{display: inline-block;}
.procls ul li a{width: 125px;margin: 0 5px;line-height: 1.85;border: 1px solid #ccc; display: inline-block; font-size: 16px;transition: 0.3s;padding: 5px 2px;}
.procls ul li a:hover{
	border-color: #f5c300;
	color: #f5c300;
}
.index .product{
	padding-top: 25px;
}

.probox ul{border-top: 3px solid #eb5b02;margin-right: 10%;}
.probox ul li a{font-size: 18px;display: block;line-height: 47.5px;color: #4a4a4a;
	padding: 10px 0 10px 10%;transition: 0.5s;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 0% 100%;}
.probox ul li:hover a{background-size: 100% 100%; color: #fff;}
.probox ul li.on a{background-size: 100% 100%; color: #fff;}
.probox .mores{display: block;font-size: 18px;text-align: center;margin-right: 10%;line-height: 3; background-color: #eb5b02;margin-top: 15px;color: #fff;}
.probox .conta{
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
}
.probox .conta h5{
	color: #fff;
	line-height: 2.2;
	font-size: 27px;
	font-weight: bold;
	background: #eb5b02;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -8px;

}
.probox .conta li{
	border: 1px solid #dddddd;
}
.probox .conta  li img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.probox .conta li h4{
	color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	transition: 0.3s;
}
.probox .conta li:hover h4{
	color: #fff;
	background-color: rgba(235, 91, 2, .7);
}


.center-content{padding: 2% 1%;}
.layui-layer-iframe{
	max-width: 100%;
}

.goodscard .swiper-slide a{
	display: block;
	overflow: hidden;
	margin: auto;
	position: relative;
}
.goodscard .swiper-slide .name{
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	transition: 0.3s;
	padding: 6.5% 0;
	color: #fff;
	width: 100%;
}
.goodscard .swiper-slide .name p{
	text-transform: uppercase;
	font-size: 14px;
}
.goodscard .swiper-slide .name span{
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #f5c300;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s;
}
.goodscard .swiper-slide h4{
	font-size: 18px;
	text-align: center;
	line-height: 2;
	margin-top: 10px;
}
.goodscard .swiper-slide h4::before{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #fff;margin-right: 4%;}
.goodscard .swiper-slide h4::after{content: "";width: 45px;height: 3px;display: inline-block;vertical-align: middle;background-color: #fff;margin-left: 4%;}
@media (min-width:768px){
	.mainbav>li>a::after{
		content: '';
		display: inline-block;
		width: 42px;
		height: 5px;
		background-color: #fff;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.subnav li:hover{
		background-color: #fff;
	}
	.subnav li a:hover{
		background-color: #fff;
	}

	.mainbav>li a:hover{color: #0a6ea2;}
	.mainbav>li a:hover::after{background-color: #0a6ea2;}
	.mainbav>li.on>a{color: #0a6ea2;}
	.mainbav>li.on>a::after{background-color: #0a6ea2;}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: scaleY(1);
	}
	.goodscard .swiper-slide .name:hover{
		background-color:rgba(255, 255, 255, 1);
		color: #f5c300;
	}
	.goodscard .swiper-slide .name:hover h4::before{background-color: #f5c300;}
	.goodscard .swiper-slide .name:hover h4::after{background-color: #f5c300;}
	.goodscard .swiper-slide .name:hover span{opacity: 1;height: 38px;margin: 10px auto;}
	.goodscard .swiper-slide-active .name{
		background-color:rgba(255, 255, 255, 1);
		color: #f5c300;
	}
	.goodscard .swiper-slide-active .name h4::before{background-color: #f5c300;}
	.goodscard .swiper-slide-active .name h4::after{background-color: #f5c300;}
	.goodscard .swiper-slide-active .name span{opacity: 1;height: 38px;margin: 10px auto;}
}

.goodscard .pro a{
	display: block;
	border: 1px solid #d6dce5;
	width: 94%;
	overflow: hidden;
	margin: auto;
	padding: 10px;
	margin-bottom: 25px;
}
.goodscard .pro h4{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	color: #242323;
	margin-top: 10px;
}
.goodscard .pro  .no-goods  img{height: auto;width: auto;}
.goodscard .pro img{ width: 100%;height: 190px;object-fit: contain;}
.goodinfo .swiper-container{
	width: 95%;
}
.goodinfo .gallery-top{margin-bottom: 15px;}
.goodinfo .gallery-top .swiper-slide {
    padding-bottom: 65%;
    background-size: 99%;
    background-repeat: no-repeat;
}
.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: cover;
	background-repeat: no-repeat;
	border:1px solid #fff;
	transition: 0.3s;
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #eb5b02;
}
.goodall h2{
	color: #eb5b02;
	line-height: 2.5;
	font-size: 28px;
	font-weight: bold;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{
	font-size: 16px;
	border-top: 1px solid #ccc;width: 80%;
    margin-top: 4%;
    padding-top: 5%;
}
.goodall .telall a{font-size: 22px;font-weight: bold;color: #035191;}
.goodall .read{
	display: inline-block;
	background-color: #eb5b02;
	padding: 10px 45px;
	border-radius: 8px;
	transition: 0.3s;
	color: #fff;
	margin-top: 5%;
	font-size: 18px;
	border: 1px solid #eb5b02;
}
.goodall .read:hover{
	color: #eb5b02;
	background-color: #fff;
	border: 1px solid #eb5b02;
}
.prodefault .top{
	margin-top: 3.5%;
	border-bottom: 1px solid #eb5b02;
}
.prodefault .top h4{
	display: inline-block;
	background-color: #eb5b02;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}


/*advbox*/
.advbox{
	background-image: url(../images/choosebg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 0 3%;
	margin:  auto;
	position: relative;
}
.advbox::after{
	content: '';
	width: 100%;
	height: 65.5%;
	background-color: #f8f8f8;
	position: absolute;
	bottom: 0;z-index: -1;
}
.advbox .inner{
	width: 100%;
	max-width: 1128px;
	margin: auto;
}
.advbox .container .title p{
    opacity: 0.5;
}
.advbox .container .title h4{
    font-weight: bolder;
    font-size: 30px;
	margin: auto;
	display: inline-block;
	background-color: #eb5b02;
	color: #fff;
	padding: 10px 7.5%;    
}
.advbox .tit{color: #fff;}
.advbox .tit p{color: #fff;
    font-size: 50px;
    margin-bottom: 7%;}
.advbox .tit h3{
	color: #fff;
	line-height: 1.5;
}
.advbox .tit h3::after{
	content: "";
	display: block;
    width: 19%;
    border: 1px solid #fff;
    margin-top: 6.5%;
}
.contacts img{transition: 0.3s;}
.contacts:hover img{transform: translateY(-15px);}













.advinner{
	margin-top: 25px;
}
.advinner .left{
	margin-right: 4%;
}
.advinner .right{
	margin-left: 2%;
}
.advinner .right .top{
	margin-bottom: 7%;
	margin-top: 5%;
}
.advinner .right .top h5{
	color: #f5c300;
	font-size: 30px;
	font-weight: bold;
}

.advinner .right .top p{
	font-size: 36px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

.advinner .right .advinfo h6{font-size: 30px;font-weight: bold;}
.advinner .right .advinfo h6 span{ color: #eb5b02;font-size: 30px}
.advinner .right .advinfo p{text-transform: uppercase;color: #999999;}
.advinner .right .advinfo ul{    margin-top: 15px;}
.advinner .right .advinfo ul li{
	line-height: 38px;
	font-size: 16px;
}
.advinner .right .advinfo ul li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 8px;
}
/* case */
.case{
	background-color: #f0f0f0;
	padding-bottom: 3.66%;
	margin-bottom: 3%;
	width: 100%;
    height: 100%;
    position: relative;
}
.case .swiper-slide a{
	display: block;
	transition: 0.3s;
	color: #242323;
	background-color: #f3f3f3;
}
.case .swiper-slide a img{width: 100%;}
.case .swiper-slide .title{
	margin: 0;
	font-size: 18px;
	line-height: 49px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.case .swiper-slide:hover a{
	color: #fff;
	background-color: #eb5b02;
}

.case .casebox .box-fw{position: relative;}
.case .casebox .box-fw .info{
	color: #fff;
	font-size: 18px;
	position: absolute;bottom: 0;width: 100%;
	background-color: rgba(0, 0, 0, .3);
	transition: 0.3s;
}
.case .casebox .box-fw .info span{
	display: inline-block;
	width: 35%;
	margin: 0 5px auto;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
}
.case .casebox .box-fw:hover .info{
	background-color: rgba(245, 195, 0, .7);
}




.case .casebox .swiper-container-multirow-column>.swiper-wrapper{
	flex-direction: unset;
}
/* company */
.index .company{
	padding: 2% 30px 3%;
}
.company{
	background-image: url(../images/combg.jpg);
	background-position: center;
	background-size: auto;
	padding:0;
	position: relative;
	overflow: hidden;
}
.company .tit p{
	opacity: 0.6;
	line-height: 2;
}
.company .tit h3{margin-bottom: 1%;}
.company .tit span{
	font-size: 50px;
}
.company .inner{
	width:85%;
	min-width: 360px;
	float: right;
}
.company .imgbox img{
	margin-top: 15px;
}
.company .imgbox:hover img{
	transform: translateY(-15px);
}


.combox::after{
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #f5c300;
}
.combox .cominfo{
	text-align: center;
	margin-top: 3%;
	position: relative;
}
.combox .cominfo .title{
	text-align: left;
	width: 50%;
	margin: unset;
	padding-bottom: 0%;
	margin-bottom: 5%;
	border-bottom: 1px solid #b7b7b7;
}
.combox .cominfo .title::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #000;
    margin-bottom: -5px;
    margin-left: 4px;
}

.combox .cominfo h2{
	font-size: 24px;
	line-height: 2.8;
	font-weight: bolder;
	color: #3d3d3d;
	margin-bottom: 3%;
	border-bottom: 1px solid#bfbfbf;
}
.combox .cominfo h2::after{
	content: "";
	width: 55px;
	height: 5px;
	display: block;
	background-color: #eb5b02;
}
.combox .cominfo .infoshow{
	font-size: 16px;
	line-height: 30px;
}
.combox .cominfo .infoshow a{
	margin-top: 8%;
	color: #fff;
	display: block;
	font-size: 36px;
	background-color: #eb5b02;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #eb5b02;
	transition: 0.3s;
}
.combox .cominfo .infoshow a:hover{
	color: #ef811e;
}
.morecoms{margin-top: 4%;}
.morecoms .more img{position: relative;z-index: 1;}
.morecoms .more::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
    top: 82%;
    left: 49.6%;
	background-color: rgba(235, 91, 2, .9);
	animation: scale2 1.5s infinite;
}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(8);opacity:0.5;}}






.comnum{
	padding: 0px 30px 3%;
	text-align: right;
    margin-top: -15%;
}
.comnum p{font-size: 16px;}
.comnum b{color: #333;font-size: 30px; font-weight: 400;}
.comnum span{
	font-size: 190px;
	color: #e7e5e5;
	font-weight: bold;
}
.combox .comimg{
	display: block;
	margin-left: 10%;
	overflow: hidden;
}
.comimg img{
	max-width: 100%;
	object-fit: cover;
	
}
.abouts{
	margin-bottom: 6%;
}
.abouts .show{
	font-size: 16px;
	line-height: 35px;
}

/*  setinfo */
.setinfo{
	padding-bottom: 3%;
}
.setinfo .inner{
	width: 97%;
}
.setinfo .honor{
	margin-left: 3%;
}
.setinfo .inner .name{background-color: #efefef;margin-bottom: 20px;}
.setinfo .inner .name h5{
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	padding-right: 8px;
	background-color: #fff;
}
.setinfo .inner .name h5::after{
	content: "";
	display: block;
    width: 50px;
    height: 5px;
    background-color: #eb5b02;
    margin-top: 10px;
}
.setinfo .inner  .shows{display: flex;justify-content: space-between;}
.setinfo .inner  .shows .imgbox{width: 48%;}
.setinfo .inner  .shows .imgbox img{
	width: 90%;height: 230px;object-fit: cover;
	margin: auto;
}

/* news */
.news{
	padding:2% 0 2%;
	background-color: #fff;
}
.news .tit p{opacity: 0.6;line-height: 1.9;}
.news .tit h3{margin-bottom: 3%;}
.news .container{margin-top: 2.2%;}
.news .left{
	width: 95%;
}
.news .left img{
	width: 100%;
    height: 308px;
	object-fit: cover;
}
.news .left .news-cont{
	padding: 3.5% 3.5% 1%;
}
.news .title p{
	color: #e2e3e6;
}
.news .news-li h3{
	line-height: 2.9;
	color: #282828;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bolder;
	transition: 0.3s;
}
.news .news-li a{
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 14px;
    line-height: 28px;
    padding-bottom: 1%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1%;
    margin-top: 1%;
}

.news .right ul li{
	width: 90%;
	margin: auto;
	background-color: #fafafa;
	margin-bottom: 5%;
	transition: 0.3s;
}
.news .right ul li:hover{
	transform: translateY(-15px);
}

.news .right ul li .time{
	color: #eb5b02;
	padding: 9% 8%;
	margin-right: 14%;
	transition: 0.3s;
	/* border-right: 1px solid #dedede; */
}
.news .right ul li .col-md-9 .row{
	padding-left: 15px;
	border-left: 1px solid #dedede;
}



.news .right ul li .time p{
	font-size: 30px;
	text-align: center;
	border: none;
}
.news .right ul li .time time{
	color: #eb5b02;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	font-weight: bolder;
	text-align: center;
	display: inline-block;
}
.news .right ul li p{
	border: none;
}

.news .news-li a span{
	color: #eb5b02;
	width: 100%;
	font-size: 17px;
	line-height: 40px;
	font-weight: bolder;
	display: inline-block;
	transition: 0.3s;
}
.news .news-li a .time p::after{
	content: "";
	width: 20px;
	margin:10px auto;
	display: block;
	height: 2px;
	background-color: #eb5b02;

}
.news .news-li a:hover span{
	margin-left: 5%;
}
.news .news-li a:hover h3{
	color: #eb5b02;
}
.news .mores{
	padding: 16px 6%;
}



.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	background-color: #fafafa;
}
.newslist li{
	border-top: 1px solid #ccc;
	transition: 0.3s;
	padding: 2% 0 1% 1%;
}
.newslist li:last-child{
	border-bottom: 1px solid #ccc;
}
.newslist li h3{
	font-size: 26px;
	line-height: 3;
	color: #000;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist li p{
	font-size: 16px;
	line-height: 35px;
}
.newslist li .mores{
	margin-top: 22%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 35px;
}
.newslist li .mores span{
	font-size: 16px;
}
.newslist li .time{
	width: 70%;
	margin: auto;
	margin-top: 7%;
	border: 1px solid #ccc;
}
.newslist li:hover{
	background-color: #f0f0f0;
}
.newbody .news{
	background-color: #fff;
}
.newsconts .time{
	height: 50px;
    line-height: 50px;
	margin-top: 25px;
	color: #666;
    border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.newsconts .time .o{
	display: inline-block;
	margin-right: 20px;
}
.contenbox{
	font-size: 16px;
	font-family: "微软雅黑";
}






#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #eb5b02; }
#prev_next li div{ display: inline-block; }
#prev_next li:first-child{float: left;}
#prev_next li:last-child{float: right;}





/*mesages*/
.de-message{ margin: 25px auto; overflow: hidden;}
#formData{
	width: 60%;
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #eb5b02;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.rig-title-over{
    text-align: center;
}

/*contact*/
.contact-list{ overflow: hidden; margin-top: 10px;}
.contact-list ul li {
  min-height: 36px;
  padding-left: 50px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  word-wrap: break-word;
  line-height: 36px;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
#dituContent {
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	height: 475px;
}

/* 分页 */
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
    clear: both
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden
}

.de-page-mian .page-inner a {
    display: block;
    width: auto !important;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden
}

.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px
}

.de-page-mian .page-inner a.prev::before {
    content: "<<";
    display: inline-block
}

.de-page-mian .page-inner a.prev:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px
}

.de-page-mian .page-inner a.next::before {
    content: ">>";
    display: inline-block
}

.de-page-mian .page-inner a.next:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px
}


/* footer */
footer .link{padding: 18px 0;}
footer .link span{font-size: 18px;}
footer .link span img{margin-top: -5px;}
footer .foot{
	padding: 0 0  20px;
	font-size: 14px;
	color: #fff;
	background-color: #383838;
}
footer .foot a{color: #fff;}
footer .foot ul li{line-height: 30px;}
footer .foot h5{
	width: 85%;
	color: #fff;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 18px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
}
footer .footnav{
	padding: 25px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #5a5a5a;
}
footer .footnav a{
	display: block;
	width: 12.5%;
	float: left;
	text-align: center;
	color: #8d8888;
	font-size: 16px;
	line-height: 2.5;
	transition: 0.3s;
}
footer .footnav a:hover{color: #fff;}
.foot .ftel{
	font-size: 14px;
	color: #999999;
}
.foot .ftel span{
	font-size: 24px; color: #ccc;
	display: inline-block;
	vertical-align: text-top;
	margin-top: -5%;

}

.foot .f2 .ftel{font-size: 16px;line-height: 2;}
.f2>div:first-child{
	width: 17%;
	padding-top: 6px;
	text-align: center;
	vertical-align: top;
}
.f2>div:last-child{
	width: 72%;
	margin: auto;
}
.copy{margin-top: 30px;color: #999;}
.fotnav a{
	width: 30%;
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	transition: 0.3s;
}
.fotnav a:hover{color: #eb5b02;}
.rightnav {
    position: fixed;
    right: 12px;
    top: 38%;
    z-index: 9
}
.rightnav li {
    width: 66px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a{border-radius: 15px;}
.rightnav li:last-child{border: none;}
.rightnav li.weightcons{border: none;}
.weightcons a {border-radius: 15px;}
.rightnav li a {
    color: #fff;
    font-size: 16px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
    background-color: #eb5b02;
}
.rightnav li a img {margin-bottom: 10px;width: 30px;}
.rightnav li>a:hover{background-color: #eb5b02;}
.rightnav .hover_con a{font-weight: bolder;}
.rightnav li .hover_con{
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #eb5b02;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{
	margin: auto;
}

.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{
	display: none;
}




@media (max-width:1400px){
	.tit{font-size: 24px;}
	.tit h3{font-size: 40px;}
	.case .tit{font-size: 40px;}
	.case .tit span{font-size: 40px;}
	.company .tit h3{font-size: 40px;}
	.company .tit span{font-size: 40px;}
	.advbox .tit p{font-size: 40px;}
	.case .cons{font-size: 15px;}


	.container{
		width: 1200px;
		max-width: 100%;
	}
	.probox ul li a{
		line-height: 42px;
	}
	.advinner .right .advinfo ul li{font-size: 14px;}
}
@media (max-width:1200px){
	.caselist a h3{font-size: 20px;}
	.foot .ftel span{display: block;}
	.newslist li h3{font-size: 24px;}
	.morecoms .more::after{
		top: 83%;
		left: 49.4%;
	}

	.tit{font-size: 20px;}
	.tit h3{font-size: 32px;}
	.case .tit{font-size: 32px;}
	.case .tit span{font-size: 32px;}
	.company .tit h3{font-size: 32px;}
	.company .tit span{font-size: 32px;}
	.advbox .tit p{font-size: 32px;}

	.procard a h3{font-size: 18px;}
	.procard a p{font-size: 14px;line-height: 30px;}


	.company .inner{width: 95%;}
	.comnum span{font-size: 120px;}
	header h1{max-width: 100%;}
	header .webtit{width: 47%;}
	.container{width: 100%;}
	.advbox .inner .title p{font-size: 110px;}
	.advinner .right .top p{font-size: 28px;}
}
@media (max-width:992px){
	.navbanner img{width: 100%;object-fit: cover;height: 230px;}
	.caselist a h3{font-size: 18px;}
	newslist li .mores{margin-top: 8%;}
	.newslist li h3{font-size: 21px;}
	.morecoms .more::after{display: none;}
	.tit{font-size: 17px;}
	.tit h3{font-size: 26px;}
	.case .tit{font-size: 26px;}
	.case .tit span{font-size: 26px;}
	.company .tit h3{font-size: 26px;}
	.company .tit span{font-size: 26px;}
	.advbox .tit p{font-size: 26px;}
	/* 头部 */
	.nav>li>a{font-size: 14px;}
	/* 头部 */
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.news .right ul li .time p{font-size: 20px;}
	.news .right ul li .time time{font-size: 16px;}
	.combox .comimg{margin-left: 0;}
	.company .inner{width: 100%; float: none;}
	.combox .cominfo{margin-top: 0;}
	.advinner .right{
		margin-left: -15px;
	}
	.advinner .right .top p{font-size: 20px;}
	.headtop .topinfo{
		padding-right: 10px;
	}
	.mainbav>li>a{
		font-size: 14px;
	}
	.comnum ul li b{font-size: 32px;}
	.cominfo .infoshow{padding-left: 0;}
	.setinfo .inner{width: 100%; margin-bottom: 25px;}
	.setinfo .honor{margin-left: 0;}
	.cominfo{width: 100%;}
	.region .rebox p{font-size: 18px;}
	.region .rebox h6{font-size: 16px;}
	.probox ul li a{line-height: 24px;}
	.advbox .inner .title p{font-size: 78px;}
	.advbox .inner .title h4{font-size: 26px;}
	header .webtit{display: none;}
	header h1{width: 100%;}
	.title p{font-size: 50px;}
	.title h3{font-size: 26px;}
	.probox ul{margin-right: 0;}
	.probox .mores{margin-right: 0;}
	.advbox .inner .title{text-align: center;}
	.advbox .inner ul{width: 100%;}
	.advbox{background-position: left;}
	.setinfo .inner .shows .imgbox img{height: 175px;}

	#nav li .navson dl dt a{font-size: 14px;}
}
@media (max-width:767px){
	.goodall .telall{width: 100%;}
	.advbox .contacts>img{width: 150px;}
	.advbox .anm>img{width: auto;}
	.advbox .tit p{margin-bottom: 1%;}

	.navbanner img{height: 160px;}
	.caselist a h3{font-size: 15px;}
	.title h3{font-size: 22px;}
	.goodscard .pro img{height: 160px;object-fit: cover;}

	#nav li .navson{display: none!important;width: 0;overflow: hidden;}
	.newslist li h3{font-size: 18px;}
	.newslist li p{font-size: 13px;line-height: 23px;}
	.newslist li .mores{margin-top: 5%;}


	.tit{font-size: 16px; text-align: center;}
	.tit h3{font-size: 20px;margin-bottom: 2%;}
	.case .tit{font-size: 20px;}
	.case .tit span{font-size: 20px;}
	.company .tit h3{font-size: 20px;}
	.company .tit span{font-size: 20px;}
	.advbox .tit p{font-size: 20px;}

	.objbox{text-align: center;}

	.center-block img{
		min-height: 160px;
		object-fit: cover;
	}
	.setinfo .inner .shows{
		display: block;
		overflow: hidden;
	}
	.setinfo .inner .shows .imgbox{
		float: left;
		width: 50%;
	}
/* 头部 */
.nav{padding: 0;}
.nav li{width: 25%;}
.nav li a{line-height: 40px;}
.nav li a::after{display: none;}
/* 头部 */
.morecoms .more::after{
	top: 86%;
    left: 48.56%;
}
.casebg{position: relative;width: 100%;height: 300px;display: block;}
.case .cons{padding: 0;text-align: center;}
.advbox .tit h3::after{margin: auto;}
.advbox .tit{margin-bottom: 10%;}
footer .footnav a{width: 25%;}
.company .imgbox img{height: 95px;object-fit: contain;}
.news .right ul li{width: 100%;}
.news .news-li h3{font-size: 15px;}
.news .news-li a p{font-size: 13px;line-height: 23px;}
.news .mores{padding: 8px 6%;}
.foot .ftel span{font-size: 14px;}
.f2>div:last-child{width: 78%;}

.setinfo .inner .shows .imgbox a{display: block;margin: 4px;}
.newsconts .time .o{margin-right: 5px;}

	.comnum{text-align: center;}
	.index .company{padding: 2% 5px 10%;}
	.advbox{margin: 10px auto;}
	.advinner .right .advinfo h6{font-size: 24px;}
	.advinner .right .advinfo h6 span{font-size: 24px}
	.advinner .right .top p{font-size: 15px;}
	.advinner .right .top h5{font-size: 24px;}
	.news .right ul li .time time{line-height: 18px;}
	.news .right ul li .time{padding: 1% 0;margin-right: 0;margin-top: 38%;}
	.news .news-li a time::before{width: 0;}
	.news .right ul li{margin-bottom: 3%;}
	.news .left .news-cont{margin-bottom: 3%;}
	.news .left{width: 100%;}
	.advinner .left{margin-right: 0;}
	.advinner .left img{width: 100%;}
	.header h1{
		padding: 0 3%;
		margin-bottom: 2%;
	}
	/* footnav */
	#plugin-contact-ring2 {
		position: fixed;
		bottom: 0;	
		width: 100%;
		background: #eb5b02;
		left: 0;
		max-width: 750px;    
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		display: block;
	}

	#plugin-contact-ring2 li {
		display: block
	}

	#plugin-contact-ring2 #ring-list {
		overflow: hidden;
		margin-bottom: 0;
	}

	#plugin-contact-ring2 #ring-list li:active {
		background: rgba(0, 0, 0, .3);
		border-radius: initial
	}


	#plugin-contact-ring2 #ring-list li{
		width: 25%;
		float: left;
		text-align: center;
	}
	#plugin-contact-ring2 #ring-list li img{
		height: 26px;
	}
	#ring-list span{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 2.3;
	}
	#plugin-contact-ring2 #ring-list .item a {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 66px;
		border-right: 1px solid #f7f7f7;
		padding-top: 6%;
	}
	#plugin-contact-ring2 #ring-list .item-flush a{border: none;}
	footer{margin-bottom: 66px;}
	.goodscard .swiper-slide a img{width: 100%;}
	.rightnav{display: none;}
	/* #swiper-container1{height: auto;} */
	#formData .form-tr .code input{width: 120px;}
	/* #swiper-container1 .swiper-slide{height: auto;} */
	footer .foot h5{
		width: 100%;
	}
	.product .pronav{
		border: none;
		overflow: hidden;
	}
	.product .pronav li a{
		font-size: 14px;
	}
	.product .pronav li.on a{
		background: unset;
		color:#4a4a4a;
	}
	.product .pronav li{
		text-align: center;
		float: left;
		width: 33%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.product .pronav li a{
		width: 100%;
		border: none;
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.mainbav>li>a{font-size: 16px;color:#fff;}
	.crumbs a, .crumbs{font-size: 14px;}
	.fotnav a{width: 45%;}
	.advbox .inner .title p{font-size: 56px;}
	#prev_next li{width: 100%;}
	.advbox .inner .title h4,.cominfo h2,.newsconts h3{font-size: 17px;line-height: 1.5;}
	.advbox .inner ul li{font-size: 18px;}
	.advbox .inner ul li p{
		font-size: 14px;
		line-height: 2;
	}
	.setinfo .inner .shows .imgbox img{height: 135px;width: 100%;}
	.comnum{padding: 0 5px 3%;}
	.combox{padding: 15px 5px 0;}
	.newslist li .time{width: 90%;margin-top: 3%;margin-bottom: 3%;}
	.comnum{margin-bottom: 25px;}
	.comnum ul{display: block;}
	.comnum ul li{width: 50%;float: left;}
	.comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 22px;}
	.comnum ul li span{font-size: 13px;}
	.title p{font-size: 32px;}
	.header{height: auto;padding-top: 0px;padding-bottom: 0px;}
	.mainbav>li{width: 100%;}
	.mnav{
		position: relative;
		float: right;
		line-height: 10px;
		margin: 0;
		width: 51px;
		height: 46px;
		padding: 5px 10px;
		background-color: #eb5b02;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{position: relative;}
	.mainbav{
		position: absolute;
		background: #eb5b02;
		z-index: 1;
		top: 100%;
		width: 100%;
	}
	.mainbav li{display: none;}
	.contenbox{font-size: 14px;}

}

@media (max-width:500px){
	.navbanner img{height: 115px;}
	.advbox .inner ul li{background-size: 15%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: cover;}
	.banner{padding-bottom: 50%;}
}

